Produced by Araxis Merge on 2023-03-13 03:00:45 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.4/Porto Theme/app/code/Smartwave/Megamenu/view/frontend/templates | sidemenu.phtml | 2018-03-29 22:55:26 +0000 |
| 2 | Porto v4.0.5/Porto Theme/app/code/Smartwave/Megamenu/view/frontend/templates | sidemenu.phtml | 2018-03-29 22:55:26 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 76 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?php | 1 | <?php | |||
| 2 | /** | 2 | /** | |||
| 3 | * Copyright © 2018 Porto. All rights reserved. | 3 | * Copyright © 2018 Porto. All rights reserved. | |||
| 4 | */ | 4 | */ | |||
| 5 | 5 | |||||
| 6 | ?> | 6 | ?> | |||
| 7 | <?php | 7 | <?php | |||
| 8 | /** | 8 | /** | |||
| 9 | * Top menu for store | 9 | * Top menu for store | |||
| 10 | * | 10 | * | |||
| 11 | * @see \Smartwave\Megamenu\Block\Topmenu | 11 | * @see \Smartwave\Megamenu\Block\Topmenu | |||
| 12 | */ | 12 | */ | |||
| 13 | ?> | 13 | ?> | |||
| 14 | <?php | 14 | <?php | |||
| 15 | $_helper = $this->helper('Smartwave\Megamenu\Helper\Data'); | 15 | $_helper = $this->helper('Smartwave\Megamenu\Helper\Data'); | |||
| 16 | $_config = $_helper->getConfig('sw_megamenu'); | 16 | $_config = $_helper->getConfig('sw_megamenu'); | |||
| 17 | $columnsLimit = 0; | 17 | $columnsLimit = 0; | |||
| 18 | if($_config['general']['enable']) { | 18 | if($_config['general']['enable']) { | |||
| 19 | ?> | 19 | ?> | |||
| 20 | <?php $_menu = $block->getMegamenuHtml(); ?> | 20 | <?php $_menu = $block->getMegamenuHtml(); ?> | |||
| 21 | 21 | |||||
| 22 | <nav class="navigation sw-megamenu side-megamenu" role="navigation"> | 22 | <nav class="navigation sw-megamenu side-megamenu" role="navigation"> | |||
| 23 | <ul> | 23 | <ul> | |||
| 24 | <?php echo $_menu; ?> | 24 | <?php echo $_menu; ?> | |||
| 25 | </ul> | 25 | </ul> | |||
| 26 | </nav> | 26 | </nav> | |||
| 27 | 27 | |||||
| 28 | <script type="text/javascript"> | 28 | <script type="text/javascript"> | |||
| 29 | require([ | 29 | require([ | |||
| 30 | 'jquery', | 30 | 'jquery', | |||
| 31 | 'Smartwave_Megamenu/js/sw_megamenu' | 31 | 'Smartwave_Megamenu/js/sw_megamenu' | |||
| 32 | ], function ($) { | 32 | ], function ($) { | |||
| 33 | $(".sw-megamenu").swMegamenu(); | 33 | $(".sw-megamenu").swMegamenu(); | |||
| 34 | }); | 34 | }); | |||
| 35 | </script> | 35 | </script> | |||
| 36 | <?php | 36 | <?php | |||
| 37 | } | 37 | } | |||
| 38 | ?> | 38 | ?> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.